FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package Capable.repository#1.0.1 (78 ms)

Package Capable.repository
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=Capable.repository@1.0.1&canonical=http://capable-project.eu/data/fhir/StructureDefinition/Observation_Profile
Url http://capable-project.eu/data/fhir/StructureDefinition/Observation_Profile
Version v0.1
Status draft
Date 2021-06-09
Name Observation_Profile
Experimental False
Description Second attempt to profile the Observation resource
Type Observation
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
http://capable-project.eu/data/fhir/StructureDefinition/CodeableConcept_Profile CodeableConcept_Profile
http://capable-project.eu/data/fhir/StructureDefinition/Quantity_Profile Quantity_Profile
http://capable-project.eu/data/fhir/ValueSet/body-parts Body parts


Source

{
  "resourceType" : "StructureDefinition",
  "url" : "http://capable-project.eu/data/fhir/StructureDefinition/Observation_Profile",
  "version" : "v0.1",
  "name" : "Observation_Profile",
  "status" : "draft",
  "date" : "2021-06-09",
  "publisher" : "Capable team",
  "description" : "Second attempt to profile the Observation resource",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Observation",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Observation.identifier",
        "path" : "Observation.identifier",
        "max" : "1"
      },
      {
        "id" : "Observation.identifier.use",
        "path" : "Observation.identifier.use",
        "max" : "0"
      },
      {
        "id" : "Observation.identifier.type",
        "path" : "Observation.identifier.type",
        "max" : "0"
      },
      {
        "id" : "Observation.identifier.period",
        "path" : "Observation.identifier.period",
        "max" : "0"
      },
      {
        "id" : "Observation.identifier.assigner",
        "path" : "Observation.identifier.assigner",
        "max" : "0"
      },
      {
        "id" : "Observation.basedOn",
        "path" : "Observation.basedOn",
        "max" : "0"
      },
      {
        "id" : "Observation.partOf",
        "path" : "Observation.partOf",
        "max" : "0"
      },
      {
        "id" : "Observation.status",
        "path" : "Observation.status",
        "fixedCode" : "final"
      },
      {
        "id" : "Observation.category",
        "path" : "Observation.category",
        "max" : "0"
      },
      {
        "id" : "Observation.code",
        "path" : "Observation.code",
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://capable-project.eu/data/fhir/ValueSet/observation-codes"
        }
      },
      {
        "id" : "Observation.code.coding",
        "path" : "Observation.code.coding",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Observation.code.coding.system",
        "path" : "Observation.code.coding.system",
        "min" : 1
      },
      {
        "id" : "Observation.code.coding.version",
        "path" : "Observation.code.coding.version",
        "max" : "0"
      },
      {
        "id" : "Observation.code.coding.code",
        "path" : "Observation.code.coding.code",
        "min" : 1
      },
      {
        "id" : "Observation.code.coding.userSelected",
        "path" : "Observation.code.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Observation.code.text",
        "path" : "Observation.code.text",
        "max" : "0"
      },
      {
        "id" : "Observation.subject",
        "path" : "Observation.subject",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Patient"
            ]
          }
        ]
      },
      {
        "id" : "Observation.subject.reference",
        "path" : "Observation.subject.reference",
        "min" : 1
      },
      {
        "id" : "Observation.subject.type",
        "path" : "Observation.subject.type",
        "max" : "0"
      },
      {
        "id" : "Observation.subject.identifier",
        "path" : "Observation.subject.identifier",
        "max" : "0"
      },
      {
        "id" : "Observation.focus",
        "path" : "Observation.focus",
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/MedicationRequest",
              "http://hl7.org/fhir/StructureDefinition/ServiceRequest",
              "http://hl7.org/fhir/StructureDefinition/Goal",
              "http://hl7.org/fhir/StructureDefinition/Observation"
            ]
          }
        ]
      },
      {
        "id" : "Observation.focus.reference",
        "path" : "Observation.focus.reference",
        "min" : 1
      },
      {
        "id" : "Observation.focus.type",
        "path" : "Observation.focus.type",
        "max" : "0"
      },
      {
        "id" : "Observation.focus.identifier",
        "path" : "Observation.focus.identifier",
        "max" : "0"
      },
      {
        "id" : "Observation.focus.display",
        "path" : "Observation.focus.display",
        "max" : "0"
      },
      {
        "id" : "Observation.encounter",
        "path" : "Observation.encounter",
        "max" : "0"
      },
      {
        "id" : "Observation.effective[x]",
        "path" : "Observation.effective[x]",
        "min" : 1,
        "type" : [
          {
            "code" : "dateTime"
          }
        ]
      },
      {
        "id" : "Observation.issued",
        "path" : "Observation.issued",
        "max" : "0"
      },
      {
        "id" : "Observation.performer",
        "path" : "Observation.performer",
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "http://hl7.org/fhir/StructureDefinition/Practitioner",
              "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
            ]
          }
        ]
      },
      {
        "id" : "Observation.performer.reference",
        "path" : "Observation.performer.reference",
        "max" : "0"
      },
      {
        "id" : "Observation.performer.type",
        "path" : "Observation.performer.type",
        "min" : "1"
      },
      {
        "id" : "Observation.performer.identifier",
        "path" : "Observation.performer.identifier",
        "max" : "0"
      },
      {
        "id" : "Observation.performer.display",
        "path" : "Observation.performer.display",
        "max" : "0"
      },
      {
        "id" : "Observation.value[x]",
        "path" : "Observation.value[x]",
        "type" : [
          {
            "code" : "Quantity",
            "profile" : [
              "http://capable-project.eu/data/fhir/StructureDefinition/Quantity_Profile"
            ]
          },
          {
            "code" : "CodeableConcept",
            "profile" : [
              "http://capable-project.eu/data/fhir/StructureDefinition/CodeableConcept_Profile"
            ]
          },
          {
            "code" : "string"
          }
        ]
      },
      {
        "id" : "Observation.dataAbsentReason",
        "path" : "Observation.dataAbsentReason",
        "max" : "0"
      },
      {
        "id" : "Observation.interpretation",
        "path" : "Observation.interpretation",
        "max" : "0"
      },
      {
        "id" : "Observation.note",
        "path" : "Observation.note",
        "max" : "1"
      },
      {
        "id" : "Observation.note.author[x]",
        "path" : "Observation.note.author[x]",
        "max" : "0"
      },
      {
        "id" : "Observation.note.time",
        "path" : "Observation.note.time",
        "max" : "0"
      },
      {
        "id" : "Observation.bodySite",
        "path" : "Observation.bodySite",
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://capable-project.eu/data/fhir/ValueSet/body-parts"
        }
      },
      {
        "id" : "Observation.bodySite.coding",
        "path" : "Observation.bodySite.coding",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Observation.bodySite.coding.system",
        "path" : "Observation.bodySite.coding.system",
        "min" : 1
      },
      {
        "id" : "Observation.bodySite.coding.version",
        "path" : "Observation.bodySite.coding.version",
        "max" : "0"
      },
      {
        "id" : "Observation.bodySite.coding.code",
        "path" : "Observation.bodySite.coding.code",
        "min" : 1
      },
      {
        "id" : "Observation.bodySite.coding.userSelected",
        "path" : "Observation.bodySite.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Observation.bodySite.text",
        "path" : "Observation.bodySite.text",
        "max" : "0"
      },
      {
        "id" : "Observation.method",
        "path" : "Observation.method",
        "max" : "0"
      },
      {
        "id" : "Observation.specimen",
        "path" : "Observation.specimen",
        "max" : "0"
      },
      {
        "id" : "Observation.device",
        "path" : "Observation.device",
        "max" : "0"
      },
      {
        "id" : "Observation.referenceRange",
        "path" : "Observation.referenceRange",
        "max" : "0"
      },
      {
        "id" : "Observation.hasMember",
        "path" : "Observation.hasMember",
        "max" : "0"
      },
      {
        "id" : "Observation.derivedFrom",
        "path" : "Observation.derivedFrom",
        "max" : "0"
      },
      {
        "id" : "Observation.component",
        "path" : "Observation.component",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.